TIMEVALUE returns the internal time number from a text enclosed by quotes and which may show a possible time entry format.
TIMEVALUE は、引用符で囲まれた文字列から内部時刻番号を返します。これは、使用可能な時刻入力形式を示す場合もあります。
The internal number indicated as a decimal is the result of the date system used under Office to calculate date entries.
十進数で表示されるシリアル値は、Office が日付の換算に使用する日付システムの値です。
If the text string also includes a year, month, or day, TIMEVALUE only returns the fractional part of the conversion.
もし、テキスト文字列が年、月、日を含んでいるなら、TIMEVALUE関数は変換の端数部分を返すだけです。
TIMEVALUE("Text")
TIMEVALUE("テキスト")
Text is a valid time expression and must be entered in quotation marks.
文字列 は有効な日付書式であり、引用符で囲む必要があります。
=TIMEVALUE("4PM") returns 0.67. When formatting in time format HH:MM:SS, you then get 16:00:00.
=TIMEVALUE("4PM") は、0.67 を返します。HH:MM:SS 時間書式を使用する場合は、16:00:00 を返却します。
=TIMEVALUE("24:00") returns 1. If you use the HH:MM:SS time format, the value is 00:00:00.
=TIMEVALUE("24:00") は、1 を返します。HH:MM:SS 時間書式を使用する場合は、値は 00:00:00 です。